Crate ark_crypto_primitives[][src]

Re-exports

pub use self::commitment::CommitmentScheme;
pub use self::crh::CRH;
pub use self::merkle_tree::MerkleTree;
pub use self::merkle_tree::Path;
pub use self::prf::PRF;
pub use self::signature::SignatureScheme;

Modules

commitment
crh
encryption
merkle_tree
prf
signature
snark

Enums

CryptoError

Traits

CircuitSpecificSetupSNARK

A SNARK with (only) circuit-specific setup.

SNARK

The basic functionality for a SNARK.

UniversalSetupSNARK

A SNARK with universal setup. That is, a SNARK where the trusted setup is circuit-independent.

Type Definitions

Error